home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / solaris2 / Makefile
Encoding:
Makefile  |  1995-06-28  |  652 b   |  30 lines

  1. #  Make WWW under unix for sun 4
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = solaris2
  6.  
  7. # The ASIS repository's name for the machine we are on
  8. ASIS_MACH = sun-4/sunos-5.2
  9.  
  10.  
  11. CFLAGS =  -DDEBUG -DNGROUPS=16 -Dd_namlen=d_reclen -DNO_BCOPY -DSOLARIS2 -DSVR4 -DUSE_DIRENT
  12. LFLAGS =
  13.  
  14. # Directory for installed binary:
  15. BINDIR = /usr/local/bin
  16.  
  17. #_________________ OK if normal W3 distribution
  18. # Where is the WWW source root?
  19. WWW = ../..
  20.  
  21. #  Where should temporary (object) files go?
  22. WTMP = ../..
  23.  
  24.  
  25. # Where is the W3 object library?
  26. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  27.  
  28. include $(WWW)/Library/Implementation/CommonMakefile
  29.  
  30.